@charset "utf-8";

/* CSS Document */

body {
  font-size: 100%;
  line-height: 1.1;
  width: 100%;
  position: relative;
  font-family: "苹方", PingFangSC-Regular, "微软雅黑", sans-serif;
  overflow-x: hidden;
  background: #fff;
}

* {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

#bdshare_weixin_qrcode_dialog *,
#bdshare_weixin_qrcode_dialog {
  box-sizing: content-box;
}

.j_tab {
  display: table;
  width: 100%;
  height: 100%;
}

.j_tab_cel {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
}

a {
  color: inherit;
}

a:focus {
  outline: none !important;
}

h4,
.h4,
h5,
.h5,
h6,
.h6,
h1,
.h1,
h2,
.h2,
h3,
.h3,
p {
  margin: 0;
}

h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

li h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

h5 a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.img img {
  width: 100%;
  height: 100%;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}

li:hover .img img {
  transform: scale(1.05) rotate(.1deg);
  -webkit-transform: scale(1.05) rotate(.1deg);
  -moz-transform: scale(1.05) rotate(.1deg);
  -ms-transform: scale(1.05) rotate(.1deg);
  -o-transform: scale(1.05) rotate(.1deg);
}

svg {
  max-width: 100%;
  max-height: 100%;
}

table {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 2.5rem;
}

select {
  -webkit-appearance: none;
  outline: none;
  background-position: 95% center !important;
  background-repeat: no-repeat !important;
  background-size: 6px !important;
}

input,
button,
textarea {
  border: 0;
  box-shadow: 0;
  outline: 0;
  -webkit-appearance: none;
  border-radius: 0;
}

.m1100 {
  width: 1100px;
  margin: 0 auto;
  display: block;
  position: relative;
}

.m {
  max-width: 1500px;
  height: 100%;
  margin: 0 auto;
  padding: 0 50px;
  display: block;
  position: relative;
}

.m1280 {
  max-width: 1280px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 40px;
  display: block;
  position: relative;
}

.m1360 {
  max-width: 1360px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
}

.m1400 {
  max-width: 1540px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 70px;
  display: block;
  position: relative;
}

.m1600 {
  max-width: 1600px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
}

.m1689 {
  max-width: 1689px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
}

.m1900 {
  max-width: 1900px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
}

.pad_top {
  padding-top: 4.06rem;
}

.pad_bot {
  padding-bottom: 4.06rem;
}

.pad_aside {
  padding-left: 45px;
  padding-right: 45px;
}

.draw_h {
  width: 67px !important;
  height: 67px !important;
  line-height: 4.0625rem !important;
  display: block;
  border-radius: 50%;
  text-align: center;
  position: relative;
}

.draw_h:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid rgba(100%, 100%, 100%, .5);
  border-radius: 50%;
}

svg.drawcircle {
  position: absolute;
  top: 0;
  left: 0;
  overflow: inherit;
  display: block;
  pointer-events: none;
}

svg.drawcircle circle {

  fill: none;
  box-sizing: border-box;

  stroke-width: 2;

  stroke: none;

  stroke-dasharray: 0, 188.49;

  stroke-dashoffset: 188.49;

  transition: all .3s linear 0s;

}

.draw_h:hover svg.drawcircle circle {

  stroke: #fff;

  stroke-dasharray: 188.49, 0;

  stroke-dashoffset: 188.49;

  -webkit-transition: all .7s cubic-bezier(0.11, 0.57, 0.58, 1);

  transition: all .7s cubic-bezier(0.11, 0.57, 0.58, 1);

}

.draw_h .icon {
  fill: #626262;
  vertical-align: middle;
  transition: .3s;

  position: absolute;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

}

.draw_h:hover .icon {
  fill: #0081cc;
}

.relbox {
  height: 100%;
  position: relative;
}

/*===========================header=============================*/

/*===========================header=============================*/

#header {
  height: 6.375rem;
  z-index: 999;
  width: 100%;
  position: fixed;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

#header .m {
  height: 100%;
  width: 100%;
  max-width: none;
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
}

#header .fr {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-grow: .6;
}

#logo {
  float: left;
  height: 100%;
  margin-right: 1rem;
}

#logo img {
  max-width: 25.3125rem;
}

#logo img.img02 {
  display: none;
}

#nav {
  float: left;
  flex-grow: 1;
}

#nav ul {
  display: flex;
  justify-content: space-between;
}

#nav ul li {
  float: left;
  position: relative;
  z-index: 0;
  margin: 0 .75rem;
  flex-grow: 1;
  text-align: center;
}

#nav ul li:before {
  content: "";
}

#nav ul li a {
  display: block;
  text-transform: uppercase;
}

#nav ul li h3 {
  font-size: 1rem;
  color: #fff;
  line-height: 6.375rem;
  position: relative;
  padding: 0 .5rem;
}

#nav ul li+li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #fff;
  position: absolute;
  left: -.75rem;
  top: 50%;
  margin-top: -2px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

#nav ul li.on,
#nav ul li:hover {
  background: url(../images/nav_on.png) center no-repeat;
  color: #fff !important;
  font-family: PingFangSC-Bold;
}

#nav ul li .sub {
  position: absolute;
  top: 80%;
  background: #e62129;
  color: #fff;
  width: 100%;
  z-index: 10000;
  display: none;
}

#nav ul li .sub .box {
  padding: 10px 10px;
  text-align: center;
}

#nav ul li .sub a {
  padding: 0;
  line-height: 2;
  transition: .3s;
  font-size: .875rem;
  display: block;
}

#nav ul li .sub a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  -khtml-opacity: .6;
  opacity: .6;
  -webkit-filter: alpha(opacity=60);
}

#nav ul li:hover .sub {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}



.top_menu {
  float: left;
  flex-basis: 7rem;
  width: 7rem;
  height: 6.375rem;
  padding-left: 1rem;
  position: relative;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

.top_menu:before {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, .5);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
}

.top_menu .ico {
  float: left;
  width: 50%;
  text-align: center;
}

/*语言切换*/

.top_menu #yuyanBtn {
  position: relative;
  height: 100%;
}

.top_menu #yuyanBtn .dt {
  height: 100%;
}

.top_menu #yuyanBtn .dd {
  position: absolute;
  border: 1px solid #ddd;
  z-index: 9;
  top: 1.75rem;
  height: 3.125rem;
  line-height: 3.125rem;
  background: #fff;
  width: 0;
  right: 0;
  overflow: hidden;
  visibility: hidden;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: .5s;
}

.top_menu #yuyanBtn .dd.on {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  width: 200px;
  visibility: visible;
}

.top_menu #yuyanBtn .dd .box {
  background: #fff;
  text-align: center;
  font-size: 1.25rem;
}

.top_menu #yuyanBtn .dd .box p svg {
  margin-right: 6px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}

.top_menu #yuyanBtn .dd .box p {
  font-size: 1.25rem;
  padding: 0 10px;
  font-family: BEBAS;
  color: #444;
  width: 200px;
}

/*搜索*/

#searchBtn {
  height: 100%;
}

#searchBtn a {
  display: block;
  text-align: center;
  transition: .3s;
  overflow: hidden;
}

#searchBtn svg {
  vertical-align: middle;
  display: inline-block;
}

.top_menu .icon {
  fill: #626262;
  vertical-align: middle;
  width: 1.375rem;
}



.search_wrap {
  background: #fff;
  width: 100px;
  right: 0;
  position: absolute;
  top: 1.75rem;
  border: 0px solid #0750a2;
  z-index: 91;
  z-index: 99;
  visibility: hidden;
  border: 1px solid #ddd;

  transition: all 0.3s;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

  -o-transition: all 0.3s;

  -ms-transition: all 0.3s;

  opacity: 0;

  filter: alpha(opacity=0);

  -moz-opacity: 0;

  -khtml-opacity: 0;
}

.search_box_button {
  height: 3.125rem;
  width: 36px;
  border: 0;
  outline: none;
  float: right;
  background: none;
}

.search_box_button svg {
  width: 1.375rem;
}

.search_box_button svg path {
  fill: #333;
}

.search_box_text {
  width: calc(100% - 58px);
  padding: 0 10px;
  float: left;
  border: 0;
  height: 3.125rem;
  outline: none;
  line-height: 3rem;
  background: #fff;
  color: #666;
}

.search_wrap.on {

  width: 360px;
  visibility: visible;

  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;

}

#header.xg {
  background: rgba(0, 0, 0, .5);
}

#header.xg {
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

#header.xg #nav ul li h3 {
  color: #333;
}

#header.xg #nav ul li:hover h3,
#header.xg #nav ul li.on h3 {
  color: #fff;
}

#header.xg .top_menu {}

#header.xg .top_menu svg path {
  fill: #e62129;
}

#header.xg #logo .img02 {
  display: inline-block;
}

#header.xg #logo .img01 {
  display: none;
}

#header.xg .top_tel:before {
  background: #999;
}

#header.xg #nav ul li h3:after {
  bottom: 0;
}



#header.ny {
  background: rgba(0, 0, 0, .5);
}

#header.ny {
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

#header.ny #nav ul li h3 {
  color: #333;
}

#header.ny #nav ul li:hover h3,
#header.ny #nav ul li.on h3 {
  color: #fff;
}

#header.ny .top_menu {}

#header.ny .top_menu svg path {
  fill: #e62129;
}

#header.ny #logo .img02 {
  display: inline-block;
}

#header.ny #logo .img01 {
  display: none;
}

#header.ny .top_tel:before {
  background: #999;
}

#header.ny #nav ul li h3:after {
  bottom: 0;
}



/***********************/

/*手机导航开始*/

#m_header {
  display: none;
  height: 4.5rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: 0s 1.5s;
  background: #fff;
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.1);
}

#m_header .m {
  position: relative;
  height: 100%;
}

#m_logo {
  transition: 0s 1.5s;
  height: 100%;
  visibility: visible;
  float: left;
}

#m_logo img {
  display: block;
  max-height: 60%;
}

/*导航按钮开始*/

#nav_btn_box {
  height: 100%;
  z-index: 999999999;
  margin-left: 20px;
  position: fixed;
  height: 4.5rem;
  right: 0;
  top: 0;
  display: none;
}

#nav_btn_box.on {
  background: none;
}

#nav_btn .point.on .navbtn::after,
#nav_btn .point.on .navbtn::before {
  background: #fff;
}

#nav_btn {
  cursor: pointer;
  text-align: center;
  z-index: 99999;
  padding-bottom: 4px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  outline: none;
  box-shadow: none;
}

#nav_btn .point {
  display: inline-block;
  width: 1.875rem;
  height: 22px;
  position: relative;
  outline: none;
}

#nav_btn .point:hover .navbtn,

#nav_btn .point:hover .navbtn::after,

#nav_btn .point:hover .navbtn::before {
  width: 1.75rem;
}

#nav_btn .navbtn {
  position: absolute;
  top: 12px;
  left: 0;
  display: inline-block;
  width: 21px;
  height: 1px;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  /* background: #333; */
}

#nav_btn .navbtn::after,

#nav_btn .navbtn::before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 1.75rem;
  height: 3px;
  content: '';
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  background: #999;
}

#nav_btn .navbtn::after {
  top: -5px;
}

#nav_btn .navbtn::before {
  top: 5px;
}

#nav_btn .point.on .navbtn {
  background: transparent;
}

#nav_btn .point.on .navbtn::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
}

#nav_btn .point.on .navbtn::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0px;
}

/*导航按钮结束*/

.m_nav_list {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  overflow: auto;
}

.m_nav_list::-webkit-scrollbar {
  display: none
}

#m_nav {
  z-index: 99999;
  position: fixed;
  background: #e62129;
  width: 20rem;
  height: 100vh;
  right: -400px;
  top: 0;
  display: none;
  padding: 50px 0;
  overflow: hidden;

  pointer-events: none;

  transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);

  -webkit-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);

  -moz-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);

  -o-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);

  -ms-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);

  display: flex;

  flex-direction: column;

  justify-content: flex-start;

  align-items: flex-start;
}

#m_nav.act {
  pointer-events: auto;
  right: 0;
}

#m_nav>ul>li {
  width: 100%;
  overflow: hidden;
  padding: 0 2.3rem;
}

#m_nav>ul>li+li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}



#m_nav li .a h3 {
  line-height: 4.5rem;
  height: 4.5rem;
  color: #fff;
  padding: 0;
  font-size: 1.125rem;
  float: left;
}

#m_nav li .a span {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  width: 20px;
  height: 50px;
  text-align: center;
}

#m_nav li .a span i {
  font-size: 0;
}

#m_nav .title .a i {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
  width: 10px;
  height: 4.5rem;
  float: right;
  background: url(../images/arrow_down.svg) center no-repeat;
  background-size: contain;
}

#m_nav li.on.title .a i {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}

#m_nav .on.title .a i {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}

#m_nav li {
  display: block;
  width: 100%;
}

.slide_nav {
  position: absolute;
  left: 0;
  height: 70px;
  z-index: 998;
  padding: 15px;
  top: 0;
  width: 100%;
}

#m_nav .title .list {
  display: none;
  position: relative;
  width: 100%;
  z-index: 9;
  left: 0;
  margin-left: 0;
  background: none;
  border: 0;
  clear: both;
  padding-bottom: 10px;
}

#m_nav .title .list span {
  background: none;
}

#m_nav .title .list span a:hover {
  color: #014085;
}

#m_nav .title .list a {
  display: block;
  font-size: 1rem;
  color: #fff;
  text-align: left;
  line-height: 35px;
  height: 35px;
  border: 0;
  font-weight: 300;
}

/*三级导航 开始*/

#m_nav .title .list .void>a {
  background-size: 10px;
  position: relative;
}

#m_nav .title .list .void>a:before {
  content: "·";
  position: absolute;
  left: -1em;
  font-size: 12px;
  font-weight: bold;
}

#m_nav .title .list span {
  position: relative;
  display: block;
}

#m_nav .title .list span .sub {
  position: static;
  width: 100%;
  display: block !important;
  overflow: hidden;
}

#m_nav .title .sub a {
  background: none;
  font-size: .875rem;
  opacity: .8;
  min-width: 50%;
  float: left;
  display: block;
  color: #999;
}

.nav_mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 888;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}



/*顶部搜索*/

.wap_search {
  font-size: 16px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-family: arial;
  letter-spacing: 2px;
  line-height: 40px;
  transition: height .4s ease-in-out;
  -webkit-transition: height .4s ease-in-out;
  overflow: hidden;
  width: 100%;
}

.wap_search form {
  height: 40px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, .6);
  position: relative;
  width: 18rem;
  margin: 20px auto;
}

.wap_search .input {
  font-size: .875rem;
  color: #fff;
  height: 38px;
  line-height: 38px;
  padding: 0 1rem;
  box-shadow: none;
  -webkit-appearance: none;
  float: left;
  border-right: 0;
  background: none;
}

.wap_search .btn_blue {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  width: 40px;
  height: 38px;
  line-height: 38px;
  border: 0;
  background: url(../images/seach_white.svg) center no-repeat;
  background-size: 1.5rem;
}

.wap_search .btn_blue.fr {
  background: #e9edef;
  color: #4e4f53;
}

.wap_search input::-webkit-input-placeholder {
  color: #fff;
  color: rgba(255, 255, 255, .7);
}

.wap_search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  color: rgba(255, 255, 255, .7);
}

.wap_search input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  color: rgba(255, 255, 255, .7);
}

.wap_search input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
  color: rgba(255, 255, 255, .7);
}

/* WebKit browsers */

.wap_search input:focus::-webkit-input-placeholder {
  color: transparent;
  /* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */
}

/* Mozilla Firefox 4 to 18 */

.wap_search input:focus:-moz-placeholder {
  color: transparent;
}

/* Mozilla Firefox 19+ */

.wap_search input:focus::-moz-placeholder {
  color: transparent;
}

/* Internet Explorer 10+ */

.wap_search input:focus:-ms-input-placeholder {
  color: transparent;
}

/* 点击搜索框获取焦点 placeholder消失-结束 */



/*首页banner*/

/*首页banner*/

#banner {
  height: 45rem;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 9;
  background: #fff;
}

#banner .banner_slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#banner li {
  position: relative;
}

#banner li .img {
  width: 100%;
  height: 45rem;
  z-index: 8;
  background-size: cover !important;
}

/* #banner li .img{ width:100%; height:45rem; z-index:8;background-size: auto 100% !important; }	 */

#banner .con {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#banner .con h3 {
  font-size: 3rem;
  color: #fff;
}

#banner .con h4 {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
}

#banner .con span {
  font-size: .875rem;
  color: #fff;
}



#banner .m {
  height: 100%;
}

#banner .slick-dots {
  bottom: 34px;
}

#banner .slick-dots li {
  margin: 0 4px;
}

#banner .slick-dots li button {
  display: none;
}

#banner .slick-dots li {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.875rem;
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, .5);
  box-sizing: border-box;
  opacity: 1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
}

#banner .slick-dots li.slick-active {
  background: #fff;
  width: 3.125rem;
}



#banner .fenshi {
  font-size: 1.125rem;
  font-family: arial;
  font-weight: bold;
  position: absolute;
  right: 10%;
  top: 50%;
  margin-top: -5rem;
  color: #fff;
  width: 2rem;
  text-align: center;
}

#banner .fenshi b {
  display: block;
}

#banner .fenshi .i {
  display: inline-block;
  width: 3px;
  height: 3.125rem;
  position: relative;
  margin: .5rem auto;
}

#banner .fenshi .i i {
  content: "";
  display: block;
  width: 3px;
  height: 0;
  background: #e62129;
  position: absolute;
  left: 0;
  top: 0;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

#banner .fenshi .i:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, .2);
  margin-left: 1px;
}

#s_main {
  background: #f8f9fb url(../images/s_main_bg.jpg) center bottom no-repeat;
}

#s_video .img {
  position: relative;
  z-index: 9;
  cursor: none;
  height: 17.1875rem;
}

#s_video .img img {
  height: 100%;
  object-fit: cover;
}

#s_video .img a {
  display: block;
  height: 100%;
}

#s_video .img .mask {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .5s;
  text-align: center;
  opacity: 1;
}

#s_video .img .mask font {
  display: block;
  width: 3.1875rem;
  height: 3.1875rem;
  transition: .5s;
  border-radius: 50%;
  background: url(../images/play.png) center no-repeat;
  background-size: contain;
  margin: 0 auto;
  position: relative;
}

#s_video .img .mask font:before,
#s_video .img .mask font:after {
  content: "";

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0;

  left: 0;

  border-radius: 50%;

  border: 1px solid #fff;

  -webkit-transform: scale(.9);

  -moz-transform: scale(.9);

  -ms-transform: scale(.9);

  transform: scale(.9);
  transition: 1.5s;
  opacity: 0.1;

}

#s_video .img:hover .mask font:before {
  opacity: .3;

  -webkit-transform: scale(1.3);

  -moz-transform: scale(1.3);

  -ms-transform: scale(1.3);

  transform: scale(1.3);

}

#s_video .img:hover .mask font:after {
  opacity: .05;

  -webkit-transform: scale(1.7);

  -moz-transform: scale(1.7);

  -ms-transform: scale(1.7);

  transform: scale(1.7);

}

#s_video {
  overflow: hidden;
}

#s_video .box {
  position: relative;
  overflow: hidden;
  padding-top: 7.5rem;
}

#s_video .box .img {
  max-width: 1360px;
  margin: 0 auto;
}

#s_video .tt {
  color: #fff;
  position: absolute;
  left: 2.25rem;
  top: 2.75rem;
}

#s_video .tt span {
  font-size: 1rem;
  opacity: .5;
  text-transform: uppercase;
  margin-bottom: .25rem;
  display: block;
}

#s_video .tt h3 {
  font-size: 1.125rem;
}

.bg-cover {

  position: absolute;
  left: 0;
  top: 0;
  background-repeat: repeat-x;

  width: 100%;
  height: 100%;

  background-position: left center;

  -webkit-animation: play 50s linear infinite;

  animation: play 50s linear infinite;

}



@-webkit-keyframes play {

  from {

    background-position: 0% 0;

  }

  to {

    background-position: 100% 0;

  }

}

@keyframes play {

  from {

    background-position: 0% 0;

  }

  to {

    background-position: 100% 0;

  }

}

/*视频弹窗*/

.tc {
  transition: all ease 300ms;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999999;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: .5s;
}

.tc .j_tab {
  table-layout: fixed;
}

.tc[name=tc_search] {
  opacity: 1;
}

.tc.act {
  display: block;
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.tc-box {
  box-sizing: border-box;
  z-index: 999;
  display: block;
  position: relative;
  transition: all 0.5s ease-out;
  opacity: 0;
}

.tc.act .tc-box {
  opacity: 1;
}

.tc_close {
  position: absolute;
  cursor: pointer;
  color: #e13a39;
  font-size: 30px;
  right: 15px;
  top: 15px;
}

.tc_bg {
  height: 100%;
  background: rgba(0, 0, 0, .7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

.tc.act .tc_bg {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transition: .5s;
}

.tc_shipin {
  width: 44rem;
  max-width: 90%;
  margin: 0 auto;
  background: none;
  position: relative;
}

.tc_shipin video {
  width: 100%;
  height: 100%;
}

.tc_shipin .tc_close {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: -2rem;
  right: -3rem;
  border-radius: 50%;
}

.tc_shipin .tc_close img {
  display: block;
  position: absolute;
  width: 1rem;
  height: 1rem;
  left: 50%;
  top: 50%;
  margin-top: -.5rem;
  margin-left: -.5rem;
}

.tc_shipin .tc_close:hover img {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.tc_shipin .video-js {
  width: 100% !important;
  height: 100% !important;
  padding-top: 60% !important;
  position: relative !important;
}

.tc_shipin .video-js .vjs-tech {
  position: absolute !important;
  top: 0;
  left: 0;
}

.tc_shipin .video-js .vjs-big-play-button {
  left: 50% !important;
  top: 50% !important;
  margin-left: calc(-1.6rem - 5px);
  margin-top: calc(-1.6rem - 5px);
  background-color: rgba(0, 0, 0, 0) !important;
}

video {
  object-fit: fill;
  /* width: 100%; */
}

.vjs-poster {
  background-size: cover !important;
}



.floor01 {
  width: 100%;
  overflow: hidden;
  padding-top: 2.625rem;
  padding-bottom: 1.75rem;
}

.floor01 .left {
  width: 28.75rem;
  float: left;
}

.floor01 .right {
  width: calc(100% - 28.75rem);
  float: right;
  padding-left: 12px;
}



#s_smart {
  position: relative;
  margin-bottom: .5rem;
  height: 8.75rem;
}

#s_smart .txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 10.625rem;
  height: 100%;
  background: #d92631;
  color: #fff;
  padding-left: 2rem;
}

#s_smart .txt span {
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}

#s_smart .txt h3 {
  font-size: 1rem;
}

#s_smart .txt h3 img {
  margin-left: 1rem;
}

#s_smart .img {
  height: 100%;
}

#s_smart .img img {
  object-fit: cover;
}

#s_news {
  background: #fff;
  height: 26.5rem;
  padding: 0 2rem;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

#s_news .hd {
  overflow: hidden;
  position: relative;
}

#s_news .hd:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f0f1f6;
}

#s_news .hd ul {
  float: left;
}

#s_news .hd ul li {
  padding-right: 2.5rem;
}

#s_news .hd ul li a {
  font-size: .9375rem;
  color: #3d3e3e;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  line-height: 3.5rem;
}

#s_news .hd ul li a:before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  background: #e62129;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

#s_news .hd ul li.slick-current a {
  color: #e62129;
  font-family: PingFangSC-Bold;
}

#s_news .hd ul li.slick-current a:before {
  width: 100%;
  visibility: visible;
  opacity: 1;
}

#s_news .bd>.slick-list {
  overflow: visible;
}

#s_news .bd .item {
  padding-top: 1.375rem;
}

.more_r {
  position: absolute;
  top: -3.5rem;
  right: 0;
  display: block;
  height: 3.5rem;
  line-height: 3.5rem;
  color: #898989;
  font-size: .875rem;
}

.more_r svg {
  width: 1.5rem;
  height: 1.25rem;
  display: inline-block;
  vertical-align: middle;
}

.more_r svg path {
  fill: #898989;
}

.more_r:hover {
  color: #e62129;
}

.more_r:hover svg path {
  fill: #e62129;
}

.newslist01 {
  width: 42%;
  float: left;
}

.newslist02 {
  width: 58%;
  float: right;
  padding-left: 2.25rem;
}



.newslist01 li {
  padding-top: .5rem;
}

.newslist01 li .time {
  font-size: 2.375rem;
  color: #6c6d6f;
  font-family: BEBAS;
  position: relative;
  display: inline-block;
  margin-bottom: 1.5rem;
}

.newslist01 li .time span {
  font-size: .875rem;
  color: #959595;
  position: relative;
  top: 5px;
  display: inline-block;
  vertical-align: top;
  margin-left: .75rem;
}

.newslist01 li h4 {
  font-size: 1rem;
  color: #444444;
  line-height: 1.375rem;
  height: 2.75rem;
  overflow: hidden;
  font-family: PingFangSC-Bold;
}

.newslist01 li+li {
  padding-top: 1.125rem;
  border-top: 1px dotted #cbcfd4;
  margin-top: 2rem;
}

.newslist01 li:hover .time {
  color: #e62129;
}

.newslist01 li:hover .time span {
  color: #e62129;
}

.newslist02 {}

.newslist02 li {
  overflow: hidden;
}

.newslist02 li a {}

.newslist02 li h5 {
  padding-left: 1.125rem;
  width: calc(100% - 40px);
  font-size: .875rem;
  color: #0c0c0c;
  background: url(../images/news_i.png) left center no-repeat;
  float: left;
  line-height: 2.5rem;
}

.newslist02 li span {
  font-size: .75rem;
  color: #2f2f2f;
  float: right;
  line-height: 2.5rem;
}



.floor02 {
  width: 100%;
  overflow: hidden;
  padding-bottom: 1.875rem;
}

.floor02 .relbox {
  overflow: hidden;
  position: relative;
  background: #fff;
}

.s_btn {

  display: block;

  width: 9.625rem;

  height: 45px;

  line-height: 43px;

  text-align: center;

  border-radius: 4px;

  border: 1px solid #dcdcdc;

  font-size: 14px;

  margin-top: 100px;

  -webkit-border-radius: 4px;

  -moz-border-radius: 4px;

  -ms-border-radius: 4px;

  -o-border-radius: 4px;

}

.btn_arrow {
  display: block;
  color: #939498;
  font-size: .875rem;
  margin-top: 1.875rem;
  position: relative;
  transition: .7s .3s;
  padding-right: 10px;
}

.btn_arrow:after {
  content: "";
  height: 16px;
  width: 1px;
  display: block;
  background: #fff;
  position: absolute;
  z-index: 0;
  right: -1px;
  top: 50%;
  margin-top: -8px;
  transition: .5s .3s;
  -webkit-transition: .5s .3s;
  -moz-transition: .5s .3s;
  -ms-transition: .5s .3s;
  -o-transition: .5s .3s;
}

.btn_arrow i {
  right: -30px;
  opacity: 1;
  transition: .5s;
  position: absolute;
  z-index: 1;
  height: 20px;
  width: 48px;
  line-height: 13px;
  top: 50%;
  margin-top: -10px;
  background: url(../images/s_btn_arrow.png) center no-repeat;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

.btn_arrow svg {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  vertical-align: middle;
}

.btn_arrow svg path {
  transition: .5s .3s;
  -webkit-transition: .5s .3s;
  -moz-transition: .5s .3s;
  -ms-transition: .5s .3s;
  -o-transition: .5s .3s;
}

.btn_arrow:hover {
  border: 1px solid #e62129;
  background: #e62129;
  color: #fff;
  padding-right: 0;
}

.btn_arrow:hover:after {
  transform: scaleY(0);
  transition: .5s .3s;
  -webkit-transition: .5s .3s;
  -moz-transition: .5s .3s;
  -ms-transition: .5s .3s;
  -o-transition: .5s .3s;
}

.btn_arrow:hover i {
  right: 0px;
  opacity: 0;
}

.btn_arrow:hover svg path {
  fill: #fff;
}

.floor02 .left {
  padding: 3rem 2.75rem;
}

.s_dongtai_nav {
  width: 56.5%;
  float: left;
  position: relative;
}

.s_dongtai_nav .tbox {
  overflow: hidden;
}

.s_dongtai_nav .time {
  font-size: 2.25rem;
  float: left;
  color: #6c6d6f;
  font-family: BEBAS;
  position: relative;
  display: inline-block;
  margin-bottom: 2.5rem;
}

.s_dongtai_nav .time span {
  font-size: .875rem;
  color: #959595;
  position: relative;
  top: 5px;
  display: inline-block;
  vertical-align: top;
  margin-left: .75rem;
}

.s_dongtai_nav .tag {
  float: left;
  margin-top: 5px;
  margin-left: 1.375rem;
  display: inline-block;
  width: 6.5625rem;
  height: 2.1875rem;
  padding-left: 4px;
  background: url(../images/s_tag.png) center no-repeat;
  background-size: contain !important;
  font-size: .9375rem;
  color: #e62129;
  text-align: center;
  line-height: 2.1875rem;
}

.s_dongtai_nav ul {
  margin-bottom: 0 !important;
}

.s_dongtai_nav li h4 {
  font-size: 1.375rem;
  line-height: 1.875rem;
  height: 3.75rem;
  overflow: hidden;
  margin-bottom: 1.25rem;
  font-family: PingFangSC-Bold;
}

.s_dongtai_nav li p {
  font-size: .875rem;
  line-height: 1.5rem;
  height: 3rem;
  overflow: hidden;
}



.s_dongtai_nav .slick-dots {
  top: .75rem;
  bottom: auto;
  right: 0;
  width: auto;
}

.s_dongtai_nav .slick-dots li {
  padding: 0;
  margin: 0 2px;
  width: 6px;
  height: 6px;
  border: 1px solid #dedede;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.s_dongtai_nav .slick-dots li button {
  display: none;
}

.s_dongtai_nav .slick-dots li.slick-active {
  border: 1px solid #e62129;
  background: #e62129;
}



.s_dongtai_nav .bbox {
  float: right;
  margin-top: -2rem;
  position: relative;
  z-index: 99;
}

.dongtai_fenshi {
  display: inline-block;
  margin: 0 .5rem;
  font-size: .875rem;
  color: #696969;
  font-family: BEBAS;
}

.dongtai_fenshi span {
  min-width: 20px;
  text-align: center;
  display: inline-block;
}

.dongtai_fenshi span.span01 {
  color: #e62129;
}

.dongtai_fenshi b {
  font-weight: normal;
}

.slick_ar {
  width: 7px;
  height: 12px;
  display: inline-block;
  position: relative;
  top: 0;
  cursor: pointer;
}



.s_dongtai_for {
  float: right;
  width: 43.5%;
  padding: 1.875rem;
  padding-left: 1.375rem;
  overflow: hidden;
}

.s_dongtai_for li a {
  display: block;
  overflow: hidden;
}

.s_dongtai_for li img {
  height: 20.625rem;
  width: 100%;
}



.floor03 {
  width: 100%;
  overflow: hidden;
  padding-bottom: 3rem;
}

.s_case {
  width: 51%;
  float: left;
  position: relative;
}

.s_case .left {
  position: relative;
  width: calc(100% - 15.375rem);
}

.s_case .right {
  width: 15.375rem;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: url(../images/case_tt.jpg) center no-repeat;
  background-size: 100% 100% !important;
  color: #fff;
  padding-left: 2.5rem;
  padding-top: 3rem;
}

.s_case .left ul {}

.s_case .left ul li {}

.s_case .left ul li a {}

.s_case .left ul li .img {
  height: 19.375rem;
}

.s_case .left ul li .img img {
  object-fit: cover;
}

.s_case .left ul li .txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 3.25rem;
  padding-left: 2rem;
  color: #fff;
  background: rgba(0, 0, 0, .1);
}

.s_case .left ul li .txt h5 {
  font-size: 1.125rem;
  font-family: PingFangSC-Bold;
  margin-bottom: .75rem;
}

.s_case .left ul li .txt p {
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, .6);
  max-width: 262px;
}

.s_case .left ul li .txt span {
  font-size: .875rem;
  position: absolute;
  bottom: 3rem;
}



.s_case .right .tt {}

.s_case .right .tt span {
  font-size: 1.5rem;
  font-family: BUTLER_BOLD;
  display: block;
  margin-bottom: .5rem;
}

.s_case .right .tt h3 {
  font-size: 1.125rem;
  font-family: PingFangSC-Bold;
  margin-bottom: 2.25rem;
}

.s_case .more_jia {
  display: block;
  width: 3.125rem;
  height: 3.75rem;
  background: url(../images/more_jia.jpg) center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.case_fenshi {
  display: inline-block;
  margin-left: -.375rem;
  font-size: 1rem;
  color: rgba(255, 255, 255, .6);
  font-family: BEBAS;
}

.case_fenshi span {
  min-width: 16px;
  padding: 0 .375rem;
  text-align: center;
  display: inline-block;
  color: rgba(255, 255, 255, .6);
}

.case_fenshi span.span01 {
  color: #fff;
}

.case_fenshi b {
  font-weight: normal;
}



.s_rukou {
  width: 49%;
  float: right;
}

.s_rukou ul {}

.s_rukou ul li {
  width: 50%;
  float: left;
  padding-left: .75rem;
}

.s_rukou ul li a {
  height: 19.375rem;
  display: block;
  padding-left: 2.25rem;
  padding-top: 3rem;
  color: #fff;
  background-size: cover !important;
}

.s_rukou ul li span {
  font-size: 1.125rem;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: .75rem;
  display: block;
  font-family: PingFangSC-Regular;
}

.s_rukou ul li:nth-child(1) span {
  color: #dcc6bd;
}

.s_rukou ul li img {
  width: 11.3125rem;
}

.s_rukou ul li h5 {
  font-size: 1.25rem;
  font-family: PingFangSC-Bold;
  margin-bottom: .625rem;
}

.s_rukou ul li h4 {
  font-size: .875rem;
  background: #e12f27;
  padding: 8px 2rem;
  display: inline-block;
  padding: ;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}

.s_rukou ul li p {
  font-size: .875rem;
}



.foot_nav {
  display: flex;
  margin-bottom: 2.5rem;
  padding-top: 2.375rem;
  overflow: hidden;
}

.foot_nav .item {
  float: left;
  width: 16.6666%;
  text-align: center;
  border-right: 1px solid #e7e9ee;
}

.foot_nav .item:first-child {
  border-left: 1px solid #e7e9ee;
}

.foot_nav dl {
  text-align: left;
  margin: 0 auto;
  display: inline-block;
}

.foot_nav dl dt {
  font-size: 1rem;
  color: #2c2d2f;
  font-family: PingFangSC-Bold;
  margin-bottom: 1.125rem;
}

.foot_nav dl dd {
  font-size: .8125rem;
  color: #6a6a6b;
  line-height: 1.5rem;
}

.foot_nav dl dd:hover {
  color: #e12f27;
}





.s_foot_link {
  height: 40px;
  width: 20rem;
  margin-bottom: 1.125rem;
  cursor: pointer;
  overflow: visible;
  position: relative;
  text-align: left;
  max-width: 100%;
}

.s_foot_link .tanchu {
  /* overflow:auto; */
  box-sizing: border-box;
  position: absolute;
  bottom: 52px;
  border-bottom: 0;
  display: none;
  left: 0;
  right: -1px;
  z-index: 1;
  border: 1px solid #ccc;
}

.s_foot_link .tanchu>div:before {

  content: "";

  position: absolute;

  bottom: 1px;

  right: 50%;

  margin-right: -20px;

  height: 40px;

  width: 40px;

  background-color: #FFFFFF;

  border: 1px solid #ccc;

  z-index: -1;

  -webkit-transform: rotate(135deg);

  -moz-transform: rotate(135deg);

  -ms-transform: rotate(135deg);

  -o-transform: rotate(135deg);

}

.s_foot_link .tanchu>div {
  max-height: 200px;
  background: #fff;
  display: block;
  padding: 10px 13px;
  overflow: auto;
}

.s_foot_link .tanchu>div::-webkit-scrollbar {
  display: none
}

.s_foot_link .tanchu a {
  color: #7c7c7c;
  line-height: 27px;
  display: block;
  font-size: .75rem;
}

.s_foot_link .tanchu a:hover {
  color: #e62129;
}

.s_foot_link #bnt_link1.a {
  color: #4b4948;
  font-size: .875rem;
  text-align: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
  float: left;
  box-sizing: border-box;
  text-decoration: none;
  position: absolute;
  z-index: 1;
  right: 0;
}

.s_foot_link #bnt_link1.a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border: 1px solid #e2e3e7;
}

.s_foot_link #bnt_link1.a h5 {
  background: #55534e;
  padding: 0 10px;
  height: 100%;
  color: #fff;
  font-size: 12px;
  line-height: 40px;
  max-width: calc(100% - 45px);
  display: inline-block;
  float: left;
}

.s_foot_link #bnt_link1.a b {
  font-weight: normal;
  margin-left: .75rem;
  font-size: .8125rem;
  color: #0d0d0d;
}

.s_foot_link .a span {
  display: inline-block;
  float: right;
  color: #919397;
  line-height: 43px;
  width: 18px;
  text-align: center;
  height: 100%;
  margin-right: 17px;
  position: absolute;
  right: 0;
  top: 0;
}

.s_foot_link .a span svg {
  height: 43px;
}



.foot_share {
  text-align: center;
  float: right;
}

.foot_share h4 {
  text-align: right;
  font-size: .875rem;
  color: #525252;
  margin-bottom: .75rem;
}

.foot_share ul {
  clear: both;
  text-align: right;
  margin: 0 -.3125rem;
}

.foot_share ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 .3125rem;
  position: relative;
}

.foot_share ul li a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

.foot_share ul li a svg {
  transition: .3s;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  opacity: .9;
}

.foot_share ul li a {
  position: relative;
  z-index: 1;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
}

.foot_share ul li a:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #e62129;
  display: block;
  position: absolute;
  z-index: -1;
  left: 0px;
  top: 0px;
  transition: all 0.5s ease 0s;
  -webkit-transform: all 0.5s ease 0s;
}

.foot_share ul li a:hover svg {
  opacity: 1;
}

.foot_share ul li p {
  font-size: .875rem;
  color: #969696;
  margin-top: 1rem;
}



.tc {
  transition: all ease 300ms;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999999999;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: .5s;
  overflow: auto;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
}

.tc[name=tc_search] {
  opacity: 1;
}

.tc.act {
  display: block;
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.tc-box {

  box-sizing: border-box;
  z-index: 999;

  display: block;

  position: relative;

}

.tc_close {
  position: absolute;
  cursor: pointer;
  color: #e13a39;
  font-size: 30px;
  right: 30px;
  top: 30px;
}

.tc_bg {
  height: 100%;
  background: rgba(0, 0, 0, .7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: .5s;
}

.tc.act .tc_bg {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transition: .5s;
}

.tc1 .tc {
  pointer-events: none;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 99999;
}

.tc1 .tc.act {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  pointer-events: auto;
}

.tc1 .close:hover {
  transform: rotate(180deg);
}

.tc1 .close,
.tc {
  transition: all ease 400ms;
  -moz-transition: all ease 400ms;
  -ms-transition: all ease 400ms;
  -o-transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
}

.tc1 .tc-box {
  position: absolute;
  background: #ddd;
  overflow: hidden;
  top: 50%;
  z-index: 9999;
  width: 11rem;
  left: 50%;
  margin-left: -5.5rem;
  margin-top: -5.5rem;
}

.tc1 .tc.act .tc-box {
  transform: scale(1);
}

.tc1 .tc.act {
  display: block;
}

.tc1 .close {
  position: absolute;
  cursor: pointer;
  font-size: 20px;
  right: 30px;
  top: 30px;
}

.tc1 .tc-box h3 img {
  width: 10rem;
  height: 10rem;
  margin: .5rem;
}

.tc1 .tc-box h5 {
  width: 11rem;
  height: 3rem;
  line-height: 2.5rem;
  font-size: .9375rem;
  color: #555;
  text-align: center
}



.copyright {
  font-size: .8125rem;
  color: #7f7e7a;
  line-height: 1.3;
}

.foot_bot {
  width: 100%;
  background: #fffcf4;
  padding-top: 2.375rem;
  padding-bottom: 2rem;
}

.foot_bot .m {
  display: flex;
  justify-content: space-between;
}

.foot_bot .box01 {
  margin-bottom: 1rem;
}

.foot_tel {
  text-align: right;
  float: right;
  height: 32px;
  line-height: 32px;
  margin-right: 5rem;
  font-size: 1.125rem;
  color: #e62129;
  font-family: BEBAS;
}

.foot_tel font {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 18px;
  text-align: center;
  border: 2px solid #e62129;
  margin-right: .75rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.foot_tel font svg {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
}

.foot_lianxi {
  font-size: .8125rem;
  color: #7f7e7a;
  line-height: 1.125rem;
  text-align: right;
}



.n_banner {
  background-size: cover !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: 6.25rem;
  height: 21.875rem;
}

.n_banner .bg {
  transition: transform 5800ms ease;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.n_banner h2 {
  font-size: 1.875rem;
  font-family: PingFangSC-Bold;
  color: #fff;
  margin-bottom: 3px;
}

.n_banner h3 {
  font-size: .875rem;
  color: rgba(255, 255, 255, .7);
  font-family: BEBAS;
  letter-spacing: 1px;
}

.n_banner .box_table .content {
  display: inline-block;
}

/*内页导航*/

.n_nav_box {
  position: relative;
  height: 4.9375rem;
  line-height: 4.9375rem;
  z-index: 2;
  border-bottom: 1px solid #e8e8e8;
}

.n_nav {
  float: right;
}

.n_nav::-webkit-scrollbar {
  display: none;
}

.n_nav a {
  font-size: 1rem;
  color: #404040;
  display: inline-block;
  margin-left: 34px;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: .5s;
}

.n_nav a:before {
  content: "";
  width: 0;
  height: 3px;
  display: block;
  background: #e62129;
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: .5s;
  z-index: -1;
}

.n_nav a:hover:before,
.n_nav a.on:before {
  width: 100%;
}

.n_position {
  text-align: right;
  float: left;
  font-size: 0;
  height: 4.9375rem;
  line-height: 4.9375rem;
  color: #a6a6a6;
  background: url(../images/home_ico.png) left center no-repeat;
  padding-left: 1.25rem;
}

.n_position a {
  font-size: 13px;
  color: #7b7b7d;
  position: relative;
  transition: .2s;
}

.n_position i {
  font-size: 0;
  color: #7b7b7d;
  display: inline-block;
  margin: 0 .5rem;
  font-family: arial;
  border: 3px solid transparent;
  border-left: 4px solid #969696;
  position: relative;
  top: -1px;
}

.n_position em {
  font-size: 13px;
  color: #e62129;
}

.n_position a:hover {
  color: #e62129;
}





#n_main {
  background: #f8f9fb;
}



.n_gg_form {
  width: 56%;
  float: right;
}

.n_gg_form input {
  width: calc(100% - 10.5rem);
  float: left;
  height: 3.75rem;
  border: 1px solid #dfe0e1;
  border-right: 0;
  padding: 0 2.5rem;
}

.n_gg_form button {
  width: 10.5rem;
  float: left;
  height: 3.75rem;
  border: 0;
  outline: none;
  background: #e62129;
  color: #fff;
  font-size: 1.125rem;
  font-family: PingFangSC-Bold;
}



#n_gonggao {}

#n_gonggao .hd {
  display: flex;
  justify-content: space-between;
}

.datebox {
  width: 42%;
  float: left;
  display: flex;
  margin: 0 -.625rem;
}

.selectcity {
  width: 33.333%;
  position: relative;
  z-index: 999;
  color: #000000;
  display: inline-block;
  font-size: 12px;
  flex-grow: 1;
  padding: 0 .625rem;
}

.selectcity .dropnav {
  overflow: hidden;
  background: url(../images/date.png) 1.5rem center no-repeat;
  padding-left: 4rem;
  height: 3.75rem;
  line-height: 3.75rem;
  display: block;
  border: 1px solid #dfe0e1;
}

.selectcity h3 {
  font-size: 1.25rem;
  min-width: 1rem;
  display: inline-block;
  color: #000000;
  font-family: BEBAS;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.selectcity img {
  margin-right: 10px;
}

.droplist {
  position: absolute;
  top: 4rem;
  display: none;
  width: calc(100% - 1.25rem);
  z-index: 10000;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, .07);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.droplist .box {
  padding: 10px 0 15px;
  overflow: hidden;
  background: #fff;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.droplist .box:before {

  content: "";

  position: absolute;

  top: 0px;

  left: 10%;

  height: 30px;

  width: 30px;

  background-color: #FFFFFF;

  border: 1px solid #ddd;

  z-index: -1;

  -webkit-transform: rotate(135deg);

  -moz-transform: rotate(135deg);

  -ms-transform: rotate(135deg);

  -o-transform: rotate(135deg);

}

.droplist .box .scroll {
  max-height: 10rem;
  overflow: auto;
}

.droplist span {
  display: block;
  line-height: 35px;
  font-size: 13px;
  cursor: pointer;
  width: 33.333%;
  float: left;
  text-align: center;
}

.droplist span:hover {
  background: #f6f6f6;
}



.dropnav svg {
  position: absolute;
  right: 1.5rem;
  top: 0;
  height: 43.75rem;
}

.dropnav svg path {
  transition: .6s;
  -webkit-transition: .6s;
  -moz-transition: .6s;
  -ms-transition: .6s;
  -o-transition: .6s;
}

.dropnav.on svg path {
  d: path('M3.5,43.1l36-36l36,36')
}

.droplist2 {
  width: 100%;
  top: 50px;
}



#form1 {
  margin-bottom: 3rem;
}

.zhaobiao_list {}

.zhaobiao_list li a {
  display: block;
  padding: 2.25rem 0;
  position: relative;
  z-index: 1;
}

.zhaobiao_list li a:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #edeeef;
  position: absolute;
  left: 0;
  bottom: 0;
}

.zhaobiao_list li a:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #e62129;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: .7s;
  -webkit-transition: .7s;
  -moz-transition: .7s;
  -ms-transition: .7s;
  -o-transition: .7s;
}

.zhaobiao_list li h2 {
  font-size: 1.25rem;
  color: #000000;
  font-family: PingFangSC-Bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

.zhaobiao_list li span {
  font-size: .875rem;
  color: #868686;
  font-family: BEBAS;
  display: block;
  margin: .875rem 0;
}

.zhaobiao_list li p {
  font-size: .875rem;
  color: #6e6e6e;
  line-height: 1.5rem;
  height: 3rem;
  overflow: hidden;
}

.zhaobiao_list li .btn_xx {
  height: 2rem;
  line-height: 2rem;
  font-size: .875rem;
  color: #939498;
  margin-top: 1.25rem;
  transition: .5s;
}

.zhaobiao_list li .btn_xx svg.ico_see {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}

.zhaobiao_list li .btn_xx svg path {
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

.zhaobiao_list li a:hover h2 {
  color: #e62129;
}

.zhaobiao_list li a:hover .btn_xx {
  color: #e62129;
}

.zhaobiao_list li a:hover svg path {
  fill: #e62129;
}

.zhaobiao_list li a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}





/*翻页*/

.page {
  text-align: center;
  margin-top: 3rem;
  font-size: 0;
}

.page li {
  display: inline-block;
  list-style: none;
}

.page a {
  padding: 0 10px;
  min-width: 34px;
  line-height: 32px;
  line-height: 34px;
  display: inline-block;
  border: 1px solid #e2e2e2;
  border-radius: 16px;
  margin: 0 0.375rem;
  color: #868686;
  font-size: .875rem;
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
  -ms-transition: all 0.36s ease-in-out;
  transition: all 0.36s ease-in-out;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.page .on {
  background: #e62129;
  color: #fff;
  border: 1px solid #e62129;
}

.page a:hover {
  background: #e62129;
  color: #fff;
  text-decoration: none;
  border: 1px solid #e62129;
}

.page span {
  margin: 0 .625rem;
}



#n_case {}

#n_case ul {
  overflow: hidden;
  margin: 0 -1rem;
  margin-top: -2.5rem;
}

#n_case ul li {
  width: 33.3333%;
  float: left;
  margin-top: 2.5rem;
  padding: 0 1rem;
}

#n_case ul li .img {}

#n_case ul li .img img {
  height: 18.6875rem;
  object-fit: cover;
}

#n_case ul li h2 {
  font-size: 1.125rem;
  color: #000;
  font-family: PingFangSC-Bold;
  text-align: center;
  margin-top: 1.75rem;
}

#n_case ul li:hover h2 {
  color: #e62129;
}

.n_tt {
  text-align: center;
  margin-bottom: 2.5rem;
}

.n_tt span {
  font-size: 1.625rem;
  color: #e62129;
  font-family: BEBAS;
  text-transform: uppercase;
}

.n_tt h2 {
  font-size: 1.25rem;
  color: #35383a;
  font-family: PingFangSC-Bold;
  margin-top: .5rem;
}

#n_join {
  width: 100%;
  height: 100%;
  background: url(../images/n_join_bg.jpg) right bottom no-repeat #f8f9fb;
}

#n_join #list_slide {
  position: relative;
  margin-bottom: 3.125rem;
}

#n_join #list_slide dl {
  position: relative;
  border-bottom: 1px solid #dfe0e1;
  margin-bottom: 0;
  z-index: 1;
}

#n_join #list_slide dt {
  position: relative;
  cursor: pointer;
  height: 4.0625rem;
  transition: .5s;
}

#n_join #list_slide .on dt b {
  color: #e62129;
  font-size: 1.25rem;
}

#n_join #list_slide dt h3 {
  color: #505050;
  font-size: 1.25rem;
  line-height: 4.0625rem;
  overflow: hidden;
  background: url(../images/ico_s.png) right center no-repeat;
  display: flex;
  justify-content: space-between;
  margin-right: 2rem;
}

#n_join #list_slide dt h3 b {
  display: block;
  float: left;
  font-weight: normal;
  font-family: PingFangSC-Bold;
  font-size: 1.125rem;
  color: #151515;
  min-width: 20%;
}

#n_join #list_slide dt h3 span {
  font-size: .9375rem;
  color: #89898a;
  float: left;
}

#n_join #list_slide dd {
  display: none;
  line-height: 32px;
  padding: 0px 0;
}

#n_join #list_slide dd p {
  margin-bottom: 0;
}

#n_join #list_slide dd p:last-child {
  padding-bottom: 0;
}

#n_join #list_slide dd .content {
  padding: 0 0 15px 0px;
}

#n_join #list_slide dd .content {
  color: #5f5f5f;
  line-height: 2rem;
}

#n_join #list_slide dd .content p {
  margin-bottom: 20px;
  color: #5f5f5f;
  line-height: 2rem;
}

#n_join #list_slide dt h3 span.span04 {
  background: url(../images/n_join_ico01.png) right center no-repeat;
  padding-right: 26px;
}

#n_join #list_slide .on dt h3 span.span04 {
  background: url(../images/n_join_ico02.png) right center no-repeat;
}

#n_join #list_slide .btn_toudi {
  width: 100px;
  height: 35px;
  display: block;
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-size: 13px;
  border-radius: 3px;
  background: #0e4da1;
  margin-bottom: 20px;
}

#n_join #list_slide .btn_toudi:hover {}



#n_join #list_slide dl:before {
  content: "";
  width: 0;
  height: 2px;
  opacity: 0;
  display: block;
  background: #e62129;
  position: absolute;
  bottom: 0px;
  right: 0;
  transition: 1s;
  z-index: -1;
  transition: .5s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}

#n_join #list_slide dl.on:before {
  width: 100%;
  opacity: 1;
  left: 0;
  right: auto;
}



#n_join .tt {
  font-size: 1.625rem;
  color: #000;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #dfe0e1;
  margin-bottom: 10px;
  position: relative;
  font-family: PingFangSC-Bold;
}

#n_join .tt:before {
  content: "";
  display: block;
  width: 5.5rem;
  height: 2px;
  background: #e62129;
  position: absolute;
  left: 0;
  bottom: 0;
}



#n_news {}

#n_news ul {
  margin: 0 -.9375rem;
  margin-top: -2.5rem;
}

#n_news ul li {
  width: 33.333%;
  float: left;
  padding: 0 .9375rem;
  margin-top: 2.5rem;
}

#n_news ul li a {
  display: block;
  position: relative;
  z-index: 1;
}

#n_news ul li a .img img {
  height: 16.5625rem;
  object-fit: cover;
}

#n_news ul li a:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #edeeef;
  position: absolute;
  left: 0;
  bottom: 0;
}

#n_news ul li a:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #e62129;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: .7s;
  -webkit-transition: .7s;
  -moz-transition: .7s;
  -ms-transition: .7s;
  -o-transition: .7s;
}

#n_news ul li .txt {
  padding-top: 1.875rem;
  padding-bottom: 1.25rem;
}

#n_news ul li h2 {
  font-size: 1.25rem;
  color: #000000;
  font-family: PingFangSC-Bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

#n_news ul li span {
  font-size: .875rem;
  color: #868686;
  font-family: BEBAS;
  display: block;
  margin: .875rem 0;
}

#n_news ul li p {
  font-size: .875rem;
  color: #6e6e6e;
  line-height: 1.5rem;
  height: 3rem;
  overflow: hidden;
}

#n_news ul li .btn_xx {
  height: 2rem;
  line-height: 2rem;
  font-size: .875rem;
  color: #939498;
  margin-top: 1.25rem;
  transition: .5s;
}

#n_news ul li .btn_xx svg.ico_see {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}

#n_news ul li .btn_xx svg path {
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

#n_news ul li a:hover h2 {
  color: #e62129;
}

#n_news ul li a:hover .btn_xx {
  color: #e62129;
}

#n_news ul li a:hover svg path {
  fill: #e62129;
}

#n_news ul li a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}



#n_jigou_xq {
  width: 100%;
  overflow: hidden;
  background: url(../images/jigou_xq_bg.jpg) center bottom no-repeat;
}

#n_jigou_xq .con {
  border-top: 1px solid #dfe0e1;
  padding-top: 3rem;
}

#n_jigou_xq .con .left {
  width: 45%;
  float: left;
}

#n_jigou_xq .con .right {
  width: 55%;
  float: right;
  padding-left: 3.125rem;
}

#n_jigou_xq .con .tt {
  font-size: 1.5rem;
  color: #3a3a3a;
  font-family: PingFangSC-Bold;
  margin-bottom: .875rem;
}

#n_jigou_xq .con .item {
  padding-left: 20px;
  font-size: .875rem;
  line-height: 1.875rem;
  position: relative;
}

#n_jigou_xq .con .item span {
  position: absolute;
  left: 0;
  display: block;
  width: 14px;
}



.myshare01 .bshare-custom {
  font-size: 13px;
  line-height: 30px !important;
  float: left;
}

.myshare01 .bshare-custom a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.myshare01 .bshare-custom .bshare-qqim {
  background: #4cb0ec url(../images/share_qq.svg) center no-repeat !important;
  background-size: 16px !important;
}

.myshare01 .bshare-custom .bshare-sinaminiblog {
  background: #e14c69 url(../images/share_weibo.svg) center no-repeat !important;
  background-size: 18px !important;
}

.myshare01 .bshare-custom .bshare-weixin {
  background: #3cb333 url(../images/share_weixin.svg) center no-repeat !important;
  background-size: 18px !important;
}



#bsWXBox {
  box-sizing: content-box;
}

.ar_title {
  width: 100%;
  position: relative;
  margin-bottom: 1.875rem;
}

.ar_title h2 {
  font-size: 1.5rem;
  color: #000000;
  font-family: PingFangSC-Bold;
  margin-bottom: 1.625rem;
  line-height: 2rem;
}

.ar_title h3 {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  padding-bottom: 1.875rem;
  border-bottom: 2px solid #e5e5e5;
}

.ar_title h3 .time {
  color: #bfbdbf;
  font-size: .875rem;
  float: left;
  margin-right: 45px;
}

.ar_title h3 .myshare01 {
  float: left;
}

.ar_title:before {
  content: "";
  display: block;
  width: 9.25rem;
  height: 2px;
  background: #e62129;
  position: absolute;
  bottom: 0;
  left: 0;
}



.ar_article {
  font-size: .875rem;
  color: #787878;
  line-height: 1.5rem;
  text-align: justify;
}

.ar_article h4 {
  font-size: 1.125rem;
  margin: 2rem 0 1.5rem 0;
}

.ar_article p {
  font-size: .875rem;
  color: #787878;
  line-height: 1.8rem;
  padding-bottom: 1.75rem;
}

.ar_article strong {
  font-weight: bold;
}

.ar_article td,
.ar_article th {
  padding: 7px;
  border: 1px solid #c6c5c5;
  font-size: .875rem !important;
}

.ar_article td *,
.ar_article th * {
  font-size: 0.875rem !important;
}

.ar_article td p,
.ar_article th p {
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: inherit;
}

.ar_article img {
  max-width: 100%;
  margin-bottom: 0rem;
}

.ar_article a {
  color: #363636;
}

.ar_article h1,
.ar_article h2,
.ar_article h3,
.ar_article h4,
.ar_article h5,
.ar_article h6,
.ar_article b {
  font-weight: bold;
  color: #232323;
}

.ar_article ul li,

.ar_article ol li {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 1rem;
  list-style: initial;
  color: #e62129;
}

.ar_article ul li p,

.ar_article ol li p {
  padding-bottom: 0;
  margin-bottom: 3px !important;
}

.ar_article ul,

.ar_article ol {
  margin-bottom: 15px;
}



#n_case_xq .con {
  background: #fff;
  padding: 2.875rem 2.5rem;
}

.left_xq_con {
  width: calc(100% - 22.5rem);
  float: left;
  padding-right: 3.125rem;
}

.right_xq_con {
  width: 22.5rem;
  float: right;
  position: sticky;
  top: 8rem;
}

.case_tuijian .tt {
  border-bottom: 2px solid #e62129;
  padding-bottom: 1.5rem;
  margin-bottom: 1.25rem;
}

.case_tuijian .tt h3 {
  font-size: 1.5rem;
  color: #000;
  margin-bottom: .5rem;
}

.case_tuijian .tt span {
  font-size: 1.5rem;
  color: #efefef;
  font-family: BEBAS;
}

.case_tuijian ul li {
  margin-bottom: 2rem;
}

.case_tuijian ul li .img {}

.case_tuijian ul li .img img {}

.case_tuijian ul li h2 {
  font-size: 1rem;
  color: #2e2e2e;
  font-family: PingFangSC-Bold;
  text-align: center;
  margin-top: 1.25rem;
}

.case_tuijian ul li:hover h2 {
  color: #e62129;
}



.zixun_tuijian {
  padding-top: 1rem;
}

.zixun_tuijian .tt {
  border-bottom: 2px solid #e62129;
  padding-bottom: 1.5rem;
  margin-bottom: 1.25rem;
}

.zixun_tuijian .tt h3 {
  font-size: 1.5rem;
  color: #000;
  margin-bottom: .375rem;
}

.zixun_tuijian .tt span {
  font-size: 1.5rem;
  color: #efefef;
  font-family: BEBAS;
}

.zixun_tuijian ul {}

.zixun_tuijian ul li {
  overflow: hidden;
  margin-bottom: 20px;
}

.zixun_tuijian ul li .time {
  display: block;
  width: 4.0625rem;
  height: 4.0625rem;
  margin-right: 20px;
  float: left;
  background: #f4f7f6;
  padding: 9px 13px;
  font-size: 12px;
  color: #e62129;
  font-family: BEBAS;
}

.zixun_tuijian ul li .time span {
  display: block;
  font-size: 25px;
  margin-bottom: 5px;
}

.zixun_tuijian ul li p {
  margin-top: 3px;
  font-size: 1rem;
  color: #000000;
  line-height: 1.625rem;
}



.ar_fot2 {
  display: flex;
  justify-content: space-between;
  height: 4.75rem;
  border: 2px solid #e5e5e5;
  margin-top: 2.25rem;
}

.ar_fot2 a {
  flex-grow: 1;
  display: block;
  float: left;
  text-align: center;
  line-height: 4.5rem;
  font-size: 1rem;
  color: #33333c;
  position: relative;
}

.ar_fot2 svg {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  -moz-transform: scaleY(-1);

  -webkit-transform: scaleY(-1);

  -o-transform: scaleY(-1);

  transform: scaleY(-1);

  /*兼容IE*/

  filter: FlipV;
}

.ar_fot2 svg path {
  fill: #999;
}

.ar_fot2 a:last-child {
  border-left: 2px solid #e5e5e5;
  flex-grow: .6;
}

.ar_fot2 a:first-child::before {
  content: "";
  width: 2px;
  height: 1.625rem;
  background: #e5e5e5;
  display: block;
  position: absolute;
  right: -1px;
  top: 1.375rem;
}

.ar_fot2 a:hover {
  color: #e62129;
}

.ar_fot2 a:hover svg path {
  fill: #e62129;
}



#n_wenhua {
  width: 100%;
  overflow: hidden;
  background: url(../images/n_wenhua_bg.jpg) center bottom no-repeat;
}

.n_tt2 {
  margin-bottom: 2rem;
}

.n_tt2 span {
  font-size: 1.625rem;
  color: #e62129;
  font-family: BEBAS;
  display: block;
  margin-bottom: .5rem;
}

.n_tt2 h2 {
  font-size: 1.25rem;
  color: #35383a;
  font-family: PingFangSC-Bold;
  line-height: 1.75rem;
}

.n_tt2 h2 i {
  display: inline-block;
  width: 3.125rem;
  height: 1px;
  background: #35383a;
  vertical-align: middle;
  margin-left: 8px;
}

#n_wenhua .left {
  width: 51%;
  float: left;
}

#n_wenhua .right {
  width: 49%;
  float: right;
  padding-left: 3rem;
}

#n_wenhua .left .con {}

#n_wenhua .right ul {}

#n_wenhua .right ul li {
  height: 5.25rem;
  line-height: 5.25rem;
  cursor: pointer;
  position: relative;
  z-index: 1;
  border: 0;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

#n_wenhua .right ul li:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #e3e3e3;
  position: absolute;
  z-index: -2;
  left: 0;
  bottom: 0;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

#n_wenhua .right ul li:before {
  content: "";
  width: 100%;
  height: 0;
  background: #e62129;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

#n_wenhua .right ul li i {
  display: block;
  opacity: 0;
  position: absolute;
  left: -20px;
  top: 0;
  height: 5.25rem;
  width: 0;
  background: url(../images/right_white.png) 15px center no-repeat;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

#n_wenhua .right ul li font {
  display: inline-block;
  width: 1.875rem;
  height: 2rem;
  line-height: 2rem;
  vertical-align: middle;
  margin-right: 1rem;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

#n_wenhua .right ul li .img01 {
  display: inline-block;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

#n_wenhua .right ul li .img02 {
  display: none;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

#n_wenhua .right ul li span {
  display: inline-block;
  width: 30px;
  height: 5.25rem;
  vertical-align: middle;
  float: right;
  background: url(../images/more.png) center no-repeat;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

#n_wenhua .right ul li.slick-current:before {
  top: 0;
  bottom: auto;
  height: 100%;
}

#n_wenhua .right ul li.slick-current font {
  margin-left: 3.25rem;
}

#n_wenhua .right ul li.slick-current .img01 {
  display: none;
}

#n_wenhua .right ul li.slick-current .img02 {
  display: inline-block;
}

#n_wenhua .right ul li.slick-current {
  color: #fff;
}

#n_wenhua .right ul li.slick-current span {
  background: url(../images/more_on.png) center no-repeat;
  margin-right: 3rem;
  transform: rotate(-360deg);
  transform-origin: center;
  -webkit-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
}

#n_wenhua .right ul li.slick-current i {
  width: 3rem;
  opacity: 1;
  left: 0;
}





#n_lianxi {
  width: 100%;
  overflow: hidden;
  background: #fff;
}

#n_lianxi .left {
  width: 34.375rem;
  height: 37.5rem;
  background: url(../images/lianxi_bg.jpg) center bottom no-repeat;
  float: left;
  padding: 3.625rem;
  border: 1px solid #e2e2e2;
  border-right: 0;
  border-radius: 0 0 0 2.5rem;
  -webkit-border-radius: 0 0 0 2.5rem;
  -moz-border-radius: 0 0 0 2.5rem;
  -ms-border-radius: 0 0 0 2.5rem;
  -o-border-radius: 0 0 0 2.5rem;
}

#n_lianxi .right {
  width: calc(100% - 34.375rem);
  height: 37.5rem;
  float: right;
  border: 1px solid #e2e2e2;
}

#n_lianxi .hd {
  overflow: hidden;
}

#n_lianxi .hd .n_tt2 {
  float: left;
}

#n_lianxi .hd .ico {
  float: right;
  width: 2.75rem;
}

#n_lianxi .bd {
  font-size: .875rem;
  line-height: 2.25rem;
  color: #474747;
}

#n_lianxi .bd ul li svg {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: .5rem;
}



#n_tousu {
  width: 100%;
  overflow: hidden;
  background: #f8f9fb;
  background: url(../images/jigou_xq_bg.jpg) center bottom no-repeat;
}

#n_tousu .left {
  width: 61%;
  float: left;
  overflow: hidden;
  padding-right: 20px;
}

#n_tousu .right {
  width: 39%;
  float: right;
  padding: 2.25rem 1.875rem;
  border: 1px solid #dfe0e1;
  background: url(../images/tousu_bg.jpg) right bottom no-repeat;
  border-radius: 0 0 2.5rem 0;
  -webkit-border-radius: 0 0 2.5rem 0;
  -moz-border-radius: 0 0 2.5rem 0;
  -ms-border-radius: 0 0 2.5rem 0;
  -o-border-radius: 0 0 2.5rem 0;
}

#n_tousu .right h3 {
  font-size: 1rem;
  color: #35383a;
  line-height: 1.875rem;
  margin-top: .75rem;
  margin-bottom: 1.25rem;
}

#n_tousu .right ul {
  font-size: .875rem;
  line-height: 2.25rem;
  color: #474747;
  margin-bottom: 2.8125rem;
}

#n_tousu .right ul li svg {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: .5rem;
}



.xmsm .content {
  margin: 0 -1.25rem;
}

.xmsm .content .box {
  float: left;
  width: 50%;
  padding: 0 1.25rem
}

.xmsm .content .box .layui-form-item {
  margin-bottom: 1.25rem;
}

.xmsm .content .box1 {
  float: left;
  width: 100%;
  padding: 0 1.25rem
}



.xmsm .layui-form-pane .layui-form-label {
  width: 8.5rem;
  height: 3.75rem;
  line-height: 3.75rem;
  background: none;
  padding: 0;
  font-size: 1rem;
  color: #444444;
  background: #f3f3f3;
  border: #dfe0e1 1px solid;
  position: absolute;
  text-align: center;
  z-index: 1;
  font-weight: bold;
  border-radius: 0;
  margin-bottom: 0;
}

.xmsm .layui-form-pane .layui-form-label font {
  color: #ff0000
}

.xmsm .layui-form-pane .layui-input-block {
  margin-left: 8.5rem;
}

.xmsm .layui-input,
.xmsm .layui-select,
.xmsm .layui-textarea {
  height: 3.75rem;
  color: #a3a3a3;
  font-size: .875rem;
}

.xmsm .layui-input,
.xmsm .layui-textarea {
  padding: 0 1.25rem;
  min-height: auto;
  font-size: .875rem;
  width: 100%;
  border: #dfe0e1 1px solid;
  border-left: 0;
  background: #f8f9fb;
}

.xmsm .layui-form-select .layui-input {
  color: #585858;
  font-size: .875rem;
  border: #dfe0e1 1px solid;
  border-left: 0;
  background: #f8f9fb;
}



.xmsm .layui-form-pane .textarea .layui-form-label {
  height: 12rem;
  line-height: 12rem;
}

.xmsm .layui-textarea {
  height: 12rem;
  resize: none;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #f8f9fb;
}

.xmsm .layui-form-pane .yzm_box .layui-form-label {}

.xmsm .layui-form-pane .yzm_box .layui-input-block {
  position: relative;
}

.xmsm .layui-form-pane .yzm_box .layui-input-block .yzm {
  position: absolute;
  top: 0;
  right: 1px;
  line-height: 3.75rem;
  font-size: 0.875rem;
  color: #ff7373;
}

.zhujie {
  font-size: 1rem;
  color: #585858;
  line-height: 1.75rem;
  margin-top: 1rem;
}

.zhujie a {
  font-weight: bold;
  color: #e62129;
  transition: .6s
}

.xmsm button {
  width: 138px;
  height: 3.75rem;
  line-height: 3.75rem;
  background: #e62129;
  font-size: 1rem;
  color: #fff;
  transition: .6s;
  cursor: pointer;
  border: 0;
}

.xmsm button:hover {
  background: #cf2128;
}



#n_licheng {
  overflow: hidden;
  background: url(../images/n_licheng_bg.jpg) right bottom no-repeat;
}

#n_licheng .m {}

#n_licheng .left {
  width: 50%;
  padding-bottom: 64px;
  float: left;
  overflow: hidden;
  position: sticky;
  position: -webkit-sticky;
  top: 100px;
}

#n_licheng .right {
  width: 50%;
  float: right;
  border-left: 1px solid #e5e5e5;
  padding-bottom: 3rem;
}

#n_licheng .left .box {
  overflow: hidden;
  display: flex;
}

#n_licheng .left .img {
  width: 480px;
  float: left;
  margin-right: 3.75rem;
}

#n_licheng .left .img img {
  object-fit: cover;
}

#n_licheng .left .tt {
  float: left;
  width: 66px;
  display: flex;
}

#n_licheng .left .tt img {
  float: left;
  align-self: flex-start;
}

#n_licheng .left .tt .h3box {
  float: left;
  font-size: 1.5rem;
  color: #35383a;
  font-family: PingFangSC-Bold;
  width: 1.75rem;
  margin-left: .875rem;
}

#n_licheng .left .tt .h3 {
  padding-bottom: 1.5rem;
}

#n_licheng dl {
  padding-left: 4.875rem;
}

#n_licheng dt {
  font-size: 1.25rem;
  color: #1f1f1f;
  font-family: PingFangSC-Bold;
  position: relative;
}

#n_licheng dt:before {
  content: "";
  display: block;
  width: 8px;
  height: 13px;
  background: url(../images/sanjiao.png) center no-repeat;
  position: absolute;
  left: -40px;
  top: .5rem;
  opacity: 0;
  transform: translateX(20px);
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
}

#n_licheng dd {
  font-size: .875rem;
  line-height: 1.875rem;
  color: #1f1f1f;
  position: relative;
}

#n_licheng dl:hover dt {
  color: #e62129;
}

#n_licheng dl:hover dt:before {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}



#n_licheng .hd {
  text-align: center;
}

#n_licheng .hd ul {
  max-width: 740px;
  margin: 0 auto;
}

#n_licheng .hd ul li {
  padding: 0 .8125rem;
  margin-bottom: 3.625rem;
}

#n_licheng .hd ul li a {
  display: block;
  height: 2.5rem;
  border: 1px solid #d6dbe6;
  position: relative;
  line-height: 2.375rem;
  font-size: 1rem;
  color: #35383a;
  font-family: PingFangSC-Bold;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
}

#n_licheng .hd ul li a:before {
  content: "";
  width: 14px;
  height: 8px;
  background: url(../images/licheng_ico.png) center no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  bottom: -17px;
  opacity: 0;
  transition: .5s;
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

#n_licheng .hd ul li.slick-current a {
  border: 1px solid #e62129;
  background: #e62129;
  color: #fff;
}

#n_licheng .hd ul li.slick-current a:before {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

#n_licheng .right ul {
  min-height: 570px;
}



#n_zizhi {
  overflow: hidden;
}

#n_zizhi ul {
  margin: 0 -.9375rem;
  margin-top: -2.625rem;
}

#n_zizhi ul li {
  width: 25%;
  float: left;
  padding: 0 .9375rem;
  padding-top: 2.625rem !important;
}

#n_zizhi ul li a {
  display: block;
  transform: translateY(0);
  position: relative;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

#n_zizhi ul li .imgbox {
  position: relative;
  display: inline-block;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

#n_zizhi ul li .pic {
  position: absolute;
  left: 10%;
  top: 10%;
  width: 80%;
  height: 80%;
  text-align: center;
}

#n_zizhi ul li h2 {
  font-size: .9375rem;
  position: absolute;
  width: 100%;
  color: #232323;
  text-align: center;
  padding-top: 1.125rem;
  opacity: 0;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

#n_zizhi ul li a:hover {
  transform: translateY(-1.25rem);
  -webkit-transform: translateY(-1.25rem);
  -moz-transform: translateY(-1.25rem);
  -ms-transform: translateY(-1.25rem);
  -o-transform: translateY(-1.25rem);
}

#n_zizhi ul li a:hover h2 {
  opacity: 1;
}

#n_zizhi ul li .pic img {
  display: inline-block;
  max-height: 10rem;
}





#n_rongyu {
  overflow: hidden;
  border-top: 1px solid #dfe0e1;
}

#n_rongyu ul {
  margin: 0 -.9375rem;
  margin-top: -2.625rem;
}

#n_rongyu ul li {
  width: 25%;
  float: left;
  padding: 0 .9375rem;
  padding-top: 2.625rem;
}

#n_rongyu ul li a {
  display: block;
  transform: translateY(0);
  position: relative;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

#n_rongyu ul li .imgbox {
  position: relative;
  display: inline-block;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

#n_rongyu ul li .pic {
  font-size: .9375rem;
  color: #3d4043;
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
  height: 60%;
  text-align: center;
  padding: 0 1.5rem;
}



#n_rongyu .slick-arrow {
  z-index: 99;
  position: absolute;
  top: 60%;
  margin-top: -17px;
  transform: translate(0, 0);
  opacity: 1;

  display: block;
  width: 34px;
  height: 34px;
  background-size: 34px !important;
}

#n_rongyu .slick-prev {
  left: -5.3125rem;
  background: url(../images/rongyu_left.png) center no-repeat;

  transition: 300ms;
  -webkit-transition: 300ms;
}

#n_rongyu .slick-next {
  right: -5.3125rem;
  background: url(../images/rongyu_right.png) center no-repeat;

  transition: 300ms;
  -webkit-transition: 300ms;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}



/*案例弹窗*/

.tc_case {

  width: calc(100vw - 3px);

  max-width: 1200px;

  margin: 0 auto;

  position: relative;
  z-index: 999;

}

.tc[name] .tc_close {
  position: absolute;
  cursor: pointer;
  font-size: 20px;
  right: 2rem;
  top: 2rem;
  z-index: 999;
  width: 37px;
  height: 37px;
}

.tc_bg {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.tc_txt {
  height: 470px;
  overflow-y: auto;
  padding-right: 30px;
}

.tc .close:hover {
  transform: rotate(180deg);
}

.tc .close,
.tc {
  transition: all ease 400ms;
  -moz-transition: all ease 400ms;
  -ms-transition: all ease 400ms;
  -o-transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
}

.tc .item img {
  box-sizing: border-box;
  margin: 0 auto;
  cursor: pointer;
}

.tc-box {
  text-align: center;
  color: #9d9ea0;
}

.j_tab {
  position: relative;
}

.tc-box h5.tt {
  font-size: 2.125rem;
  color: #fff;
  margin-bottom: 2.5rem;
  line-height: 1.3;
}

.tc-box .con {
  font-size: 1.125rem;
  color: #fff;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 2rem;
  line-height: 1.7;
}

.tc_t {
  height: 80%;
  overflow-y: auto;
}

.tc_slide {
  width: 980px;
  max-width: 80%;
  margin: 0 auto;
}

.tc_slide .img {
  width: 100%;
  text-align: center;
}

.tc_slide .img img {
  width: auto;
  height: auto;
  display: inline-block;
}

.video_box {
  width: 100%;
  height: 0;
  box-sizing: content-box;
  padding-bottom: 58%;
  position: relative;
}

#my-video {
  max-width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.tc_slide .slick-arrow {
  background-color: rgb(255 255 255 / 64%);
  border-radius: 50%;
  overflow: hidden;
  z-index: 99;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  transform: translate(0, 0);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 44px;
  height: 44px;
  background-size: contain;
  transition: .3s;
  opacity: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.tc_slide .slick-prev {
  background-image: url(../images/rongyu_left.png);
  left: -10%;
}

.tc_slide .slick-next {
  background-image: url(../images/rongyu_right.png);
  right: -10%;
  left: auto;
}

.tc_slide .slick-arrow:hover {
  opacity: .8;
}





#n_zizhi2 {
  overflow: hidden;
}

#n_zizhi2 ul {
  margin: 0 -.9375rem;
  margin-top: -2.625rem;
}

#n_zizhi2 ul li {
  width: 25%;
  float: left;
  padding: 0 .9375rem;
  padding-top: 2.625rem !important;
}

#n_zizhi2 ul li a {
  display: block;
  transform: translateY(0);
  position: relative;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

#n_zizhi2 ul li .imgbox {
  position: relative;
  display: inline-block;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

#n_zizhi2 ul li .pic {
  position: absolute;
  left: 10%;
  top: 10%;
  width: 80%;
  height: 80%;
  text-align: center;
}

#n_zizhi2 ul li h2 {
  font-size: .9375rem;
  width: 100%;
  color: #232323;
  text-align: center;
  padding-top: 1.125rem;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

#n_zizhi2 ul li .pic img {
  display: inline-block;
}

#n_zizhi2 ul li .pic .j_tab {
  display: block;
}

#n_zizhi2 ul li .pic .j_tab_cel {
  display: block;
}

#n_zizhi2 {}

#n_zizhi2 .slick-arrow {
  z-index: 99;
  position: absolute;
  top: 55%;
  margin-top: -17px;
  transform: translate(0, 0);
  opacity: 1;

  display: block;
  width: 34px;
  height: 34px;
  background-size: 34px !important;
}

#n_zizhi2 .slick-prev {
  left: -5.3125rem;
  background: url(../images/rongyu_left.png) center no-repeat;

  transition: 300ms;
  -webkit-transition: 300ms;
}

#n_zizhi2 .slick-next {
  right: -5.3125rem;
  background: url(../images/rongyu_right.png) center no-repeat;

  transition: 300ms;
  -webkit-transition: 300ms;
}



.btn_r {
  width: 9.625rem;
  display: block;
  height: 2.8125rem;
  line-height: 2.8125rem;
  transition: .5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 3px;
  text-align: center;
  color: #939498;
  font-size: .875rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

.btn_r:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  border: 1px solid #dcdcdc;
  overflow: hidden;
  border-radius: 3px;
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  -o-border-radius: ;
}

.btn_r:after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  background: #e62129;
  overflow: hidden;
  transition: .5s;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

.btn_r svg {
  width: 1.5rem;
  height: 1.25rem;
  display: inline-block;
  vertical-align: middle;
}

.btn_r svg path {
  fill: #898989;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

.btn_r:hover {
  color: #fff;
}

.btn_r:hover svg path {
  fill: #fff;
}

.btn_r:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}



.n_dang_slide {
  width: 48%;
  float: left;
}

.n_dang_slide li {
  position: relative;
}

.n_dang_slide li a {}

.n_dang_slide li img {
  height: 28rem;
  object-fit: cover;
}

.n_dang_slide li .txt {
  height: 4rem;
  padding-right: 7rem;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-left: 1.5rem;
  background: linear-gradient(top, transparent, rgba(0, 0, 0, 0.75));

  background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.75));

  background: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.75));

  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.75));

  background: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.75));

  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(rgba(0, 0, 0, 0.75)));

  FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=transparent, endColorStr=#111);
}

.n_dang_slide li .txt h5 {
  font-size: 1.125rem;
  line-height: 1.625rem;
  max-height: 3.25rem;
  white-space: normal;
  color: #fff;
}

.n_dang_slide .slick-dots {
  bottom: 0;
  width: auto;
  left: auto;
  right: 0;
}

.n_dang_slide .slick-dots li {
  margin: 0;
  height: 4rem;
  width: 1.5rem;
}

.n_dang_slide .slick-dots li button {
  font-size: 12px;
  color: #fff;
  font-family: BEBAS;
  height: 100%;
  width: 100%;
}

.n_dang_slide .slick-dots li button:before {
  display: none;
}

.n_dang_slide .slick-dots li.slick-active {
  background: #e62129;
}



.n_dang_list {
  width: 52%;
  float: left;
  padding-left: 30px;
  margin-top: -1.0625rem;
}

.n_dang_list li {
  overflow: hidden;
  height: 3rem;
  position: relative;
  z-index: 1;
}

.n_dang_list li h5 {
  float: left;
  line-height: 3rem;
  font-size: 1rem;
  color: #4d4e4f;
  transition: .5s;
  width: calc(100% - 6rem);
}

.n_dang_list li h5:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d7c15e;
  display: inline-block;
  margin-right: .75rem;
  vertical-align: middle;
}

.n_dang_list li span {
  float: right;
  line-height: 3rem;
  font-size: .875rem;
  color: #b7b8b8;
  font-family: BEBAS;
  transition: .5s;
}

.n_dang_list li:hover h5 {
  padding-left: .5rem;
}



.n_dang_list li:hover span {
  color: #a3b0d0;
}



#n_huodong {
  border-top: 1px solid #dfe0e1;
}

#n_huodong {}

#n_huodong ul {
  margin: 0 -1rem;
  margin-top: -2.5rem;
}

#n_huodong ul li {
  width: 33.3333%;
  float: left;
  margin-top: 2.5rem;
  padding: 0 1rem;
}

#n_huodong ul li .img {
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

#n_huodong ul li .img img {}

#n_huodong ul li h2 {
  font-size: 1rem;
  color: #000000;
  text-align: center;
  margin-top: 1.25rem;
}

#n_huodong ul li:hover h2 {
  color: #e62129;
}

#n_huodong ul li:hover .img {
  box-shadow: 0px 0px 31.54px 6.46px rgba(6, 0, 1, 0.1);
}

#n_huodong .slick-arrow {
  z-index: 99;
  position: absolute;
  top: 55%;
  margin-top: -17px;
  transform: translate(0, 0);
  opacity: 1;

  display: block;
  width: 34px;
  height: 34px;
  background-size: 34px !important;
}

#n_huodong .slick-prev {
  left: -5.3125rem;
  background: url(../images/rongyu_left.png) center no-repeat;

  transition: 300ms;
  -webkit-transition: 300ms;
}

#n_huodong .slick-next {
  right: -5.3125rem;
  background: url(../images/rongyu_right.png) center no-repeat;

  transition: 300ms;
  -webkit-transition: 300ms;
}



#n_about {
  background: #fff;
}

#n_about .hd {
  overflow: hidden;
  margin-bottom: 18px;
}

#n_about .hd .tt {
  width: 50%;
}

#n_about .hd .tt h2 {
  font-size: 1.5rem;
  color: #000000;
  font-family: PingFangSC-Bold;
  margin-bottom: 1.5rem;
}

#n_about .hd .tt h3 {
  font-size: 1rem;
}

#n_about .hd .tt2 {
  width: 50%;
  text-align: right;
}

#n_about .hd .tt2 h2 {
  font-size: 1.125rem;
  color: #000000;
}

#n_about .hd .tt2 h3 {
  font-size: .875rem;
  color: #5f5f5f;
  margin-top: 1.125rem;
  line-height: 1.5;
}

#n_about .hd .tt2 span {
  font-size: 2.25rem;
  color: #e62129;
  font-family: BEBAS;
}

#n_about .bd {
  position: relative;
}

#n_about .bd h2 {
  padding-right: 8rem;
  font-size: 1.875rem;
  color: #000;
}

#n_about .bd .txt {
  height: 8.875rem;
  width: 100%;
  background: url(../images/dayanta.jpg) left bottom no-repeat;
  background-size: auto 100%;
  padding-top: 2.5rem;
}

#n_about .bd .txt img {
  margin-left: 2rem;
  width: 21.375rem;
}

#n_about .bd .txt {
  text-align: center;
  width: 100%;
}

#n_about ul {
  display: flex;
  justify-content: center;
}

#n_about ul li {
  width: 24px;
  text-align: center;
  font-size: 1.5rem;
  color: #000000;
  margin: 0 .875rem;
}



#n_about02 {
  background: url(../images/n_about_bg.jpg) left bottom no-repeat;
}

#n_about02 .left {
  width: 59%;
}

#n_about02 .right {
  width: 34.28%;
  position: relative;
}

#n_about02 .ar_article {
  line-height: 1.875rem;
}

#n_about02 .ar_article p {
  line-height: 1.875rem;
}

#n_about02 .right .txt {
  position: absolute;
  left: -4.3125rem;
  bottom: -4rem;
}









/*===========================*/

.dmfb_bg {
  overflow: hidden;
}

.citymapSearch .map {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
}

.citymapSearch .mapBox {
  position: relative;
  width: 792px;
  height: 669px;
  float: left;
}



.citymapSearch .maps.china,
.citymapSearch .maps.foreign {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.citymapSearch .mapImg {
  display: block;
  width: 792px;
  height: 669px;
}



.citymapSearch .foreign {
  display: none;
}

.citymapSearch .foreign .mapImg {
  display: none;
}

.citymapSearch .foreign .mapImg.active {
  display: block;
}



.citymapSearch .mapList {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.citymapSearch .mapList li {
  width: 23px;
  height: 33px;
  position: absolute;
  top: 477px;
  left: 455px;
}

.citymapSearch .mapList li .bg-y {
  width: auto;
  height: auto;
  position: absolute;
  font-size: 0px;
  display: none;
  z-index: 8;
}

.citymapSearch .mapList li .bg-y img {
  max-height: inherit;
  max-width: inherit;
}

.citymapSearch .mapList li .mapText {
  width: 100px;
  text-align: center;
  position: absolute;
  bottom: -20px;
  z-index: 10;
  left: 50%;
  margin-left: -50px;
  font-size: 14px;
  color: #444343;
  cursor: pointer;
}

.citymapSearch .mapList li>img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  cursor: pointer;
}

.citymapSearch .mapList li.active .mapText {
  color: #fefefe;
}

.citymapSearch .mapList li.active .bg-y {
  display: block;
}



.citymapSearch .mapList li.SX {
  top: 340px;
  left: 475px;
}

.citymapSearch .mapList li.SX .bg-y {
  top: -75px;
  left: -34px;
}



.citymapSearch .mapList li.NX {
  top: 275px;
  left: 432px;
}

.citymapSearch .mapList li.NX .bg-y {
  top: -4px;
  left: -12px;
}



.citymapSearch .mapList li.GS {
  top: 320px;
  left: 410px;
}

.citymapSearch .mapList li.GS .bg-y {
  top: -124px;
  left: -151px;
}



.citymapSearch .mapList li.SC {
  top: 390px;
  left: 392px;
}

.citymapSearch .mapList li.SC .bg-y {
  top: -28px;
  left: -77px;
}



.citymapSearch .mapList li.ZQ {
  top: 413px;
  left: 445px;
}

.citymapSearch .mapList li.ZQ .bg-y {
  top: -12px;
  left: -9px;
}



.citymapSearch .mapList li.SXX {
  left: 520px;
  top: 286px;
}

.citymapSearch .mapList li.SXX .bg-y {
  top: -42px;
  left: -13px;
}



.citymapSearch .mapList li.XJ {
  left: 168px;
  top: 173px;
}

.citymapSearch .mapList li.XJ .bg-y {
  top: -109px;
  left: -168px;
}



.citymapSearch .mapList li.YN {
  left: 354px;
  top: 514px;
}

.citymapSearch .mapList li.YN .bg-y {
  top: -59px;
  left: -47px;
}



.citymapSearch .mapList li.GX {
  left: 483px;
  top: 530px;
}

.citymapSearch .mapList li.GX .bg-y {
  top: -15px;
  left: -60px;
}



.citymapSearch .mapList li.HN {
  left: 502px;
  top: 614px;
}

.citymapSearch .mapList li.HN .bg-y {
  top: 17px;
  left: -15px;
}



.citymapSearch .mapList li.GD {
  left: 554px;
  top: 514px;
}

.citymapSearch .mapList li.GD .bg-y {
  top: 14px;
  left: -52px;
}



.citymapSearch .mapList li.HNN {
  left: 543px;
  top: 449px;
}

.citymapSearch .mapList li.HNN .bg-y {
  top: -9px;
  left: -54px;
}



.citymapSearch .mapList li.HB {
  left: 538px;
  top: 401px;
}

.citymapSearch .mapList li.HB .bg-y {
  top: -17px;
  left: -55px;
}



.citymapSearch .mapList li.HNNN {
  left: 551px;
  top: 338px;
}

.citymapSearch .mapList li.HNNN .bg-y {
  top: -15px;
  left: -40px;
}



.citymapSearch .mapList li.FJ {
  left: 645px;
  top: 475px;
}

.citymapSearch .mapList li.FJ .bg-y {
  top: -6px;
  left: -37px;
}



.citymapSearch .mapList li.JX {
  left: 591px;
  top: 446px;
}

.citymapSearch .mapList li.JX .bg-y {
  top: -9px;
  left: -25px;
}



.citymapSearch .mapList li.ZJ {
  left: 655px;
  top: 413px;
}

.citymapSearch .mapList li.ZJ .bg-y {
  top: 14px;
  left: -22px;
}



.citymapSearch .mapList li.AH {
  left: 606px;
  top: 383px;
}

.citymapSearch .mapList li.AH .bg-y {
  top: -32px;
  left: -26px;
}



.citymapSearch .mapList li.JS {
  left: 645px;
  top: 356px;
}

.citymapSearch .mapList li.JS .bg-y {
  top: -16px;
  left: -46px;
}



.citymapSearch .mapList li.SD {
  left: 595px;
  top: 300px;
}

.citymapSearch .mapList li.SD .bg-y {
  top: -14px;
  left: -18px;
}



.citymapSearch .mapList li.TJ {
  left: 592px;
  top: 233px;
}

.citymapSearch .mapList li.TJ .bg-y {
  top: 1px;
  left: -19px;
}



.citymapSearch .mapList li.LN {
  left: 668px;
  top: 179px;
}

.citymapSearch .mapList li.LN .bg-y {
  top: 1px;
  left: -49px;
}





.citymapSearch .mapList li.HBB {
  left: 562px;
  top: 261px;
}

.citymapSearch .mapList li.HBB .bg-y {
  top: -59px;
  left: -12px;
}



.citymapSearch .mapList li.GZ {
  left: 445px;
  top: 470px;
}

.citymapSearch .mapList li.GZ .bg-y {
  top: -15px;
  left: -38px;
}



.citymapSearch .mapList li.HLJ {
  top: 66px;
  left: initial;
  right: 70px;
}

.citymapSearch .mapList li.HLJ .bg-y {
  top: -66px;
  right: -66px;
}



.citymapSearch .mapList li.XZ {
  top: 330px;
  left: 125px;
}

.citymapSearch .mapList li.XZ .bg-y {
  top: -42px;
  left: -95px;
}



.citymapSearch .mapList li.QH {
  top: 280px;
  left: 271px;
}

.citymapSearch .mapList li.QH .bg-y {
  top: -24px;
  left: -68px;
}



.citymapSearch .mapList li.NMG {
  top: 190px;
  left: 480px;
}

.citymapSearch .mapList li.NMG .bg-y {
  top: -184px;
  left: -151px;
}



.citymapSearch .mapList li.JL {
  top: 125px;
  left: 688px;
}

.citymapSearch .mapList li.JL .bg-y {
  top: 1px;
  left: -54px;
}



.citymapSearch .mapList li.TW {
  top: 531px;
  left: 675px;
}

.citymapSearch .mapList li.BJ {
  top: 200px;
  left: 54.0625rem;
}

.citymapSearch .mapList li.BJ .bg-y {
  top: 60px;
  left: 0px;
}



.citymapSearch .mapList li.SH {
  top: 371px;
  left: 670px;
}

.citymapSearch .mapList li.SH .bg-y {
  top: 40px;
  left: 0px;
}



.citymapSearch .mapList li.XG {
  top: 530px;
  left: 580px;
}

.citymapSearch .mapList li.XG .bg-y {
  top: 40px;
  left: -8px;
}



.citymapSearch .mapList li.AM {
  top: 542px;
  left: 534px;
}

.citymapSearch .mapList li.AM .bg-y {
  top: 31px;
  left: 23px;
}



.mapBox h1 {



  margin-bottom: 20px;

}

.mapBox h1 p {

  display: block;

  color: #C31800;

  font-weight: normal;

  font-size: 14px;

  margin-top: 5px;

  margin-bottom: 10px;

}

.mapBox h1 span {

  display: block;

  margin-top: 5px;

  height: 3px;

  width: 100%;

  background: -webkit-linear-gradient(left, rgba(195, 24, 0, 0.6), rgba(195, 24, 0, 0.05));



  background: -o-linear-gradient(left, rgba(195, 24, 0, 0.6), rgba(195, 24, 0, 0.05));



  background: -moz-linear-gradient(left, rgba(195, 24, 0, 0.6), rgba(195, 24, 0, 0.05));



  background: linear-gradient(left, rgba(195, 24, 0, 0.6), rgba(195, 24, 0, 0.05));

}

.md_count {

  width: 350px;

  float: right;

  margin-top: 230px;

}

.md_count>p {

  color: #DD3941;

  font-size: 28px;

}

.md_count>p>img {

  display: block;

  float: left;

  margin-right: 5px;

}

.md_count>ul {

  background-color: #fff;

  border-radius: 5px;

  margin-top: 30px;

  box-sizing: border-box;

  padding: 0px 50px;

}

.md_count>ul>li {

  text-align: center;

  border-bottom: 1px dotted #ddd;

  padding: 50px 0px;

}

.md_count>ul>li h1 {

  color: #C31800;

  font-size: 50px;

}

.md_count>ul>li>h1>span {

  font-size: 16px;

  color: #000;

}

.md_count>ul>li>p {

  color: #888;

  font-size: 14px;



}





.citymapSearch>h1 {

  color: #0073ba;

  margin-top: 30px;

  width: 350px;

  float: right;

}

.citymapSearch h1 img {

  display: block;

  float: left;

  margin-right: 20px;

}

.address_list {
  padding: 1.875rem;
  border: 1px solid #e3e3e4;

  width: 35rem;

  float: right;

  margin-top: 0;

  min-height: 30rem;

  position: absolute;
  right: 0;

}

.address_list h1 {

  background-color: #0073ba;

  color: #fff;

  font-size: 20px;

  line-height: 50px;

  height: 50px;

  text-align: center;



}

.address_list ul {

  overflow: hidden;
  padding-right: 1.25rem;

  height: 37rem;

  overflow-y: auto;



}

.address_list ul::-webkit-scrollbar {
  width: 2px;
  height: 8px;
  background-color: #F5F5F5;
}

.address_list ul::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E2E2E2;
}

.address_list ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: none;
  background-color: #e62129;
}

.address_list ul li {

  width: 50%;

  float: left;

  text-align: center;

  line-height: 3.75rem;

  height: 3.75rem;

  border-bottom: 1px solid #ddd;

  box-sizing: border-box;

}

.address_list ul li:nth-child(2n+1) {

  border-right: 1px solid #ddd;

}



#conp_val li {

  width: 100%;

  border-right: none !important;

}

#conp_val {

  display: none;

}



#conp_val li a {

  display: block;

  width: 100%;

  height: 100%;

}

#conp_val li span {

  width: 80%;

  text-align: left;

  font-size: 14px;

  padding-left: 5%;

  display: block;

  position: relative;

  line-height: 25px;

  top: 50%;

  transform: translate(0%, -50%);



}



#n_case {
  background: #f8f9fb;
}

#n_case img {
  max-width: inherit;
  max-height: inherit;
}



.ov {
  overflow: hidden;
}



/*wap*/

.form-inline {
  overflow: hidden;
}

.address_list_wap {

  margin-top: 15px;

  max-height: 500px;
  margin-bottom: 2rem;



}

.address_list_wap h1 {

  background-color: #0073ba;

  color: #fff;

  font-size: 1.2rem;

  line-height: 50px;

  height: 50px;

  text-align: center;



}

.address_list_wap ul {



  overflow: hidden;

  overflow-y: auto;



}

.address_list_wap ul li {

  width: 50%;
  float: left;
  font-size: 1rem;

  text-align: center;

  line-height: 3rem;
  margin-bottom: 5px;

  height: 3rem;

  box-sizing: border-box;

}





#shi_val2 {
  margin-top: -1rem;
}

#shi_val2 li {
  margin-top: 1rem;
  width: 100%;
  overflow: hidden;
  height: auto;
}

#shi_val2 li a {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 1rem;
  background: #fff;
}

#shi_val2 li a:after {
  content: "";
  display: block;
  width: 100%;
  opacity: 0;
  height: 100%;
  background: #e62129;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  transition: .7s;
  -webkit-transition: .7s;
  -moz-transition: .7s;
  -ms-transition: .7s;
  -o-transition: .7s;
}

#shi_val2 li .img {
  width: 9.625rem;
  float: left;
  height: 97px;
  object-fit: cover;
}

#shi_val2 li .txt {
  width: calc(100% - 9.625rem);
  float: right;
  padding-left: 1.625rem;
}

#shi_val2 li h2 {
  font-size: 1rem;
  color: #000000;
  text-align: left;
  margin-bottom: .5rem;
  font-family: PingFangSC-Bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

#shi_val2 li .p {
  position: relative;
  padding-left: 19px;
  transition: .5s;
  text-align: left;
  font-size: .875rem;
  color: #6e6e6e;
  line-height: 1.5rem;
  height: 3rem;
  overflow: hidden;
}

#shi_val2 li .p svg {
  position: absolute;
  left: 0;
  width: 15px;
  height: 1.5rem;
}

#shi_val2 li .btn_xx {
  height: 2rem;
  line-height: 2rem;
  font-size: .875rem;
  color: #939498;
  margin-top: 0;
  transition: .5s;
  text-align: left;
}

#shi_val2 li .btn_xx svg.ico_see {
  width: 15px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}

#shi_val2 li svg path {
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

#shi_val2 li a:hover h2 {
  color: #fff;
}

#shi_val2 li a:hover .p {
  color: #fff;
}

#shi_val2 li a:hover .btn_xx {
  color: #fff;
}

#shi_val2 li a:hover svg path {
  fill: #fff;
}

#shi_val2 li a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
  opacity: 1;
}



.citymapSearch {
  padding-top: 3.375rem;
  border-top: 1px solid #dfe0e1;
}

#n_fenzhi {
  background: url(../images/jigou_xq_bg.jpg) center bottom no-repeat;
}



input::-webkit-input-placeholder {
  color: #999;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
}

/* WebKit browsers */

input:focus::-webkit-input-placeholder {
  color: transparent;
  /* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */
}

/* Mozilla Firefox 4 to 18 */

input:focus:-moz-placeholder {
  color: transparent;
}

/* Mozilla Firefox 19+ */

input:focus::-moz-placeholder {
  color: transparent;
}

/* Internet Explorer 10+ */

input:focus:-ms-input-placeholder {
  color: transparent;
}

/* 点击搜索框获取焦点 placeholder消失-结束 */



textarea::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}

textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}

textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
}

/* WebKit browsers */

textarea:focus::-webkit-input-placeholder {
  color: transparent;
  /* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */
}

/* Mozilla Firefox 4 to 18 */

textarea:focus:-moz-placeholder {
  color: transparent;
}

/* Mozilla Firefox 19+ */

textarea:focus::-moz-placeholder {
  color: transparent;
}

/* Internet Explorer 10+ */

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/* 点击搜索框获取焦点 placeholder消失-结束 */